home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Komunik / Webscr / HTMLtool / _SETUP.1 / Link Box.scp < prev    next >
Text File  |  1998-04-12  |  535b  |  18 lines

  1. <HTMLtool>Dropdown list with links</HTMLtool>
  2. <!-- LinkBox
  3. Change the values to your links!
  4. -->
  5.  
  6. <FORM>
  7.  
  8. <SELECT NAME="list">
  9. <OPTION SELECTED VALUE="http://www.poboxes.com/HTMLtool">Lorenz Graf's HTMLtool homepage
  10. <OPTION VALUE="http://members.xoom.com/weballey">WebAlley
  11. <OPTION VALUE="http://www.netscape.com">Netscape
  12. <OPTION VALUE="http://www.microsoft">Microsoft
  13. </SELECT><P>
  14.  
  15. <INPUT TYPE=BUTTON VALUE="Go there !" 
  16. ONCLICK="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">
  17.  
  18. </FORM>